Skip to main content

Arduino Pro IDE with advanced features


Arduino PRO IDE Tutorial
 
The simplicity of the Arduino IDE has made it one of the most popular in the world — it’s easy enough for beginners and fast for advanced users.
 it’s time for a new enhanced version with features to appeal to the more advanced developers amongst you — while retaining continuity with the simple, classic Arduino IDE that so many of you are familiar with.


This an alpha version of a completely new development environment for Arduino — the Arduino Pro IDE.

The main features in this initial alpha release of the new Arduino Pro IDE are:

  • Modern, fully featured development environment 
  • Dual Mode, Classic Mode (identical to the Classic Arduino IDE) and Pro Mode (File System view)
  • New Board Manager 
  • New Library Manager
  • Board List
  • Basic Auto Completion (Arm targets only)
  • Git Integration
  • Serial Monitor
  • Dark Mode
But the new architecture opens the door to features that the Arduino community have been requesting like these that will be following on soon:

  • Sketch synchronisation with Arduino Create Editor
  • Debugger
  • Fully open to third party plug-ins 
  • Support for additional languages other than C++
The new Arduino Pro IDE is based on the latest technologies: 

  You can download Arduino IDE Pro from given below option. Download MSI Installer link for windows.

 Editor Theme Change :  

  As you can see in pic 1 you can change theme as dark theme and lite theme of editor as per your choice.

Go File Menu --> Preference-> theme

There are following different theme in Arduino Pro Ide.


pic 1 Editor Theme change




 New Toolbar Panel  :  As you can see in below pic 2 there are right side  toolbar panel for easy and user friendly tool. that are frequently use in Ide.


pic 2 new Arduino panel 

GIT Integration :   Sketchbook have two option as show in pic  you can easily  access from local file or  git intenerated file .download and upload in git easily.
Arduino cloud easily access work can do anywhere from Arduino web editor.  



Serial Monitor : As you know Serial monitor have different window in classic Ide, but Arduino Pro Ide have window . Its easy to trace your code using serial monitor.
 
Serial  Monitor in same window 
                      

Auto Complete Syntax :   Autocomplete feature is available in new IDE. So we don't need to remember syntax.



pic 3 auto complete syntax window



 Board Port :   as show in picture easy access to board port. no need to go in side in menu to submenu.....
we can easily get into toolbar.


pic 4 Board Port Access


 
Debugger   As we can see in side panel debugger icon by clicking on it, we can easy create breakpoint, trace variable values and watch different expression at time. 

Arduino Debugger

For mode detail about debugger we will make another post as  Pro make better to Arduino IDE . hope every body get better idea and understand every features.
Arduino IDE PRO





    Comments

    Popular posts from this blog

    ARDUINO PORTENTA H7 Tutorial

    Portena H7 simultaneously run high level code along with real time tasks. H7 main processor is the STMICROELECTRONICS dual core STM32H747  including an ARM CORTEX -M7 running at 480 MHz and ARM COTEXT M4 running at 240MHz. The two core communicate via a Remote Procedure call mechanism that allows calling functions on the other processor seamlessly. The  Portenta H7  simultaneously runs high level code along with real time tasks, since it includes two processors that can run tasks in parallel. For example, it is possible to execute Arduino compiled code along with MicroPython one and have both cores to communicate with one another. The Portenta functionality is two-fold, it can either be running like any other embedded microcontroller board or as the main processor of an embedded computer. There are many features in one module  STM32H747 dual-core processor 8 MB SDRAM 16 MB  NOR FLASH 10/100 ETHERNET PHY USB HIGH SPEED SECURE ELEMENT WIFI/ BLUETOOTH MODULE UFL CO...

    Getting Started with mmWave Sensor MR60BHA1 and Arduino

    Introduction : The MR60BHA1 mmWave Sensor is a compact and efficient radar sensor that utilizes millimeter-wave technology to detect objects, measure distance, and track motion. With its high precision and low power consumption , this sensor is ideal for applications in robotics, automation, and security systems. . Millimeter-wave (mmWave) sensors operate at extremely high frequencies, typically in the 30GHz to 300GHz range, allowing them to detect objects with great accuracy regardless of lighting conditions. Unlike optical sensors, mmWave sensors can penetrate fog, dust, and even certain materials, making them reliable in harsh environments. The MR60BHA1 is one such sensor that operates at 60GHz , providing precise motion detection and range measurement capabilities. By integrating the MR60BHA1 with an Arduino , users can develop a variety of projects, such as human presence detection , security systems , and robotic navigation . In this blog, we will explore how to interface...

    Exploring Color Sensing with Arduino: A Journey into the World of RGB Detection

                               In today's tech-driven world, the Arduino platform continues to empower enthusiasts and professionals alike to explore the realms of electronics and programming. One fascinating avenue within this domain is color sensing using Arduino boards. With the integration of RGB sensors, Arduino opens up a world of possibilities for projects ranging from color sorting machines to ambient light displays. Let's delve into the exciting world of color sensing with Arduino and discover its applications, principles, and how you can embark on your own creative endeavors. Understanding Color Sensing       At the heart of color sensing lies the ability to distinguish between different wavelengths of light. RGB (Red, Green, Blue) sensors are commonly used for this purpose. These sensors typically consis...